@import url('https://fonts.googleapis.com/css?family=Varela+Round');
body {
    background: #fafafa;
    font-family: 'Varela Round', sans-serif;
}

.ocultar {
    display: none;
}

a {
    color: #01579B;
}

h1,
h2,
h3,
h4 {
    padding: 0 !important;
    margin: 0 !important;
}

h2 {
    font-size: 16px;
}

.back {
    background: #01579B;
    color: #fff;
    padding: 12px;
}

.back h1,
.at {
    font-size: 24px;
    vertical-align: middle;
}

.back a {
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 15px;
    border-radius: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.back a:hover {
    background: #fff;
    color: #01579B;
}

.grupo {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #01579B;
}

.grupo i {
    font-size: 36px;
}

.btn {
    white-space: normal !important;
    word-wrap: break-word;
}

.center {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titulo {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.skype-button {
    background: #01579B;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    cursor: default;
}

.skype {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    background: #01579B;
    font-size: 15px;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 20px;
    padding: 10px 10px 10px 12px;
}

.skype:hover {
    color: white;
}

@media screen and (max-width: 700px) {
    .center {
        flex-direction: column;
    }
    .skype{
        margin: auto;
        margin-bottom: 20px;
        
    }
}